Return to start page
Searches for position of string searchedString in string whichString. If searchedString is not contained by whichString function will return -1 otherwise it will return its position. whichString String which should contain searched string. searchedString String which is searched. If the string was found it returns its position otherwise it will return -1.
-
Core/String/Library Misc.j
FindString
-
-
-